home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / use2crts.zip / USE2CRTS.DOC < prev    next >
Text File  |  1986-10-30  |  3KB  |  55 lines

  1. ;RECOVERED FROM THE BAD USE2CRTS.LBR
  2.         T H E    C O N S U L T A N T S '    E X C H A N G E 
  3.                    ( 7 1 4 )   8 4 2 - 6 3 4 8
  4.  
  5.         Is proud to offer you this anthology of utilities for IBM-PC users
  6. with both color and monochrome monitors.  These utilities will allow you
  7. complete use of both of your monitor for the temporary storage of screen
  8. information.  The library consists of the following files:
  9.  
  10.         FLIP.COM        Allows you to switch active pages on the color screen.
  11.         FLIP.ASM        Source code for above
  12.         DOORS.COM       Resident program that switches active displays
  13.         X2COLOR.COM     Copies contents of monochrome screen to color screen
  14.         X2MONO.COM      Copies contents of color screen to monochrome screen
  15.         USE2CRTS.DOC    This documentation
  16.  
  17.  
  18. FLIP:
  19.         Written by K Scott Hunzliker, Cambridge, Mass.
  20.         Appeared in Volume 4, Number 4, PC Magazine, pp 256-257
  21.  
  22. FLIP.COM is for use while the color display is active.  Each time it is 
  23. executed it toggles the active page between page 0 and page 1 (without
  24. altering the screen contents) thus doubling the amount of information that is
  25. available for display on the color screen.  This program has no effect when the
  26. monochrome display is active, and may be used on systems that use the color
  27. display exclusively.  The source code, FLIP.ASM, has been included in this
  28. library, so that others may consider employing this technique in subsequent
  29. programs.
  30.  
  31.  
  32. DOORS:
  33.         Written by John Dickinson
  34.         Appeared in Volume 4, Number 3, PC Magazine, pp 273-277
  35.  
  36. DOORS.COM is a resident version of the DOS MODE command.  Whenever the Alt and
  37. Right Shift keys are pressed, the other display to becomes active.  It 
  38. also copies the contents of the original screen to the new active display.  
  39. DOORS will not allow you to switch to the monochrome display if the color 
  40. display is in graphics or 40 text column mode, but you may switch to the color
  41. monitor at any time.  Only run DOORS once; the only way to remove it is by 
  42. rebooting the system.  DOORS is compatible with most programs except those
  43. that insist on writing to the original screen like 123 and WordProof.  
  44. Programs that have their own keyboard interrupts will not work with DOORS.
  45.  
  46.  
  47. X2COLOR and X2MONO:
  48.         Written by Jeff Garbers
  49.         Uploaded to The Consultants' Exchange BBS 
  50.  
  51. X2COLOR.COM will instantly copy the contents of the monochrome screen to the
  52. color display without changing active displays.  The color display must
  53. first have been initialized by another program or the DOS MODE command.  
  54. X2MONO.COM copies the contents of the color screen to the monochrome display.
  55.